wez Wed Feb 5 02:32:22 2003 EDT
Added files:
/php4/win32/installer README gen-nsis.php setini.php
Log:
Check in the prototype PHP installer for win32.
# Besides looking nice and pretty, the installer is actually smaller
# than the .zip distro:
iliaa Tue Feb 4 19:41:40 2003 EDT
Modified files:
/php4/sapi/apache mod_php4.c
/php4/sapi/apache_hooks mod_php4.c
Log:
Build Fix.
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.153 php4/sapi/apache/mod_php4.c:1.154
---
helly Tue Feb 4 19:35:20 2003 EDT
Modified files:
/php4/sapi/cli php.1
Log:
# RTFM .. and then it goes better :-)
Index: php4/sapi/cli/php.1
diff -u php4/sapi/cli/php.1:1.1 php4/sapi/cli/php.1:1.2
--- php4/sapi/cli/php.1:1.1 Tue Feb 4 19:12:46 2003
helly Tue Feb 4 19:12:47 2003 EDT
Added files:
/php4/sapi/cli php.1
Log:
First step - abrief version.
@Added man page for CLI version of PHP. (marcus)
# I was also thinking about an author section with
# The PHP Group, Edin Kadribasic, Marcus Boerg
pollita Tue Feb 4 16:39:50 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/bcmathbcmath.c
Log:
FMH(r-1.49/r-1.50)
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.39.4.4 php4/ext/bcmath/bcmath.c:1.39.4.5
--- php4/ext/bcmath/bcmath.c
At 10:13 PM 2/4/2003 +0100, Marcus Börger wrote:
At 22:07 04.02.2003, Andi Gutmans wrote:
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
I only corrected this...
I know. It wasn't
At 22:07 04.02.2003, Andi Gutmans wrote:
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
I only corrected this...
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.49 php4/ext/bcmath/bcmath.c:1.50
--- php4/ext/bcmath
helly Tue Feb 4 16:01:55 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
fix ZTS build
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.48 php4/ext/bcmath/bcmath.c:1.49
--- php4/ext/bcmath/bcmath.c:1.48 Tue Feb 4 14:03:30 2
iliaa Tue Feb 4 15:54:18 2003 EDT
Modified files:
/php4/sapi/apache mod_php4.c
/php4/sapi/apache_hooks mod_php4.c
Log:
Fixed compilation of Apache & Apache Hooks SAPIs.
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.152
helly Tue Feb 4 15:52:13 2003 EDT
Modified files:
/php4/sapi/cli php_cli.c
Log:
remove it thenthis forces to put work in man page ...
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.64 php4/sapi/cli/php_cli.c:1.65
--- php4/sapi/cli/p
sniper Tue Feb 4 14:07:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
reorder the bug fixes (reverse #). added missing bug fixing news
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.60 php4/NEWS:1.1247.2.61
--- php4/NEWS:1.1247.2.60 Tue
pollita Tue Feb 4 14:03:30 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
Bug#13551 bcmath functions should not apply scale to arguments, only to result
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.47 php4/ext/bcmath/bcmath.
pollita Tue Feb 4 14:02:06 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/bcmathbcmath.c
Log:
MFH(r-1.48) (Bug#13551)
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.39.4.3 php4/ext/bcmath/bcmath.c:1.39.4.4
--- php4/ext/bcmath/bcm
iliaa Tue Feb 4 13:35:56 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Bug fixing news.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.59 php4/NEWS:1.1247.2.60
--- php4/NEWS:1.1247.2.59 Tue Feb 4 05:10:25 2003
+++ php4/NEWS Tue Feb
iliaa Tue Feb 4 13:34:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/pgsql pgsql.c
Log:
MFH
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.244.2.6 php4/ext/pgsql/pgsql.c:1.244.2.7
--- php4/ext/pgsql/pgsql.c:1.244.2.6Sat Jan
iliaa Tue Feb 4 13:34:01 2003 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Made the row parameter in pg_result_seek() non-optional, the current
implementation would result in random behavior if the 2nd argument is not
passed.
Fixed bug #22042 (pg_
zeevTue Feb 4 08:12:48 2003 EDT
Modified files:
/php4/ext/standard aggregation.c
/php4/sapi/apache mod_php4.c
/php4/sapi/apache_hooks mod_php4.c
Log:
Updates reflecting infrastructure changes
Index: php4/ext/standard/aggregation.c
diff -
Thanks!
--
Maxim Maletsky
[EMAIL PROTECTED]
"Jani Taskinen" <[EMAIL PROTECTED]> wrote... :
> sniperTue Feb 4 05:10:25 2003 EDT
>
> Modified files: (Branch: PHP_4_3)
> /php4 NEWS
> Log:
> Added missing bugfix news entry.
>
> Index: php4/NEWS
> d
steinm Tue Feb 4 05:57:34 2003 EDT
Modified files:
/php4/ext/pdf pdf.c
Log:
- fixed some prototypes and folding
Index: php4/ext/pdf/pdf.c
diff -u php4/ext/pdf/pdf.c:1.119 php4/ext/pdf/pdf.c:1.120
--- php4/ext/pdf/pdf.c:1.119Tue Feb 4 05:23:11 200
steinm Tue Feb 4 05:23:12 2003 EDT
Modified files:
/php4/ext/pdf pdf.c
Log:
- fixed prototype of pdf_get_buffer()
Index: php4/ext/pdf/pdf.c
diff -u php4/ext/pdf/pdf.c:1.118 php4/ext/pdf/pdf.c:1.119
--- php4/ext/pdf/pdf.c:1.118Sat Jan 18 19:45:44 2
sniper Tue Feb 4 05:10:25 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Added missing bugfix news entry.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.58 php4/NEWS:1.1247.2.59
--- php4/NEWS:1.1247.2.58 Mon Feb 3 12:01:16 2003
+++ php4/NE
sniper Tue Feb 4 05:08:42 2003 EDT
Modified files:
/php4 NEWS
Log:
NEWS ordering..
Index: php4/NEWS
diff -u php4/NEWS:1.1316 php4/NEWS:1.1317
--- php4/NEWS:1.1316Mon Feb 3 20:32:24 2003
+++ php4/NEWS Tue Feb 4 05:08:41 2003
@@ -1,10 +1,6 @@
PHP
23 matches
Mail list logo