summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to libtool 1.4.Sascha Schumann2001-05-064-1073/+2284
|
* - Partial fix for bug #9050, support for "Jan 19 2000" date formatDerick Rethans2001-05-062-0/+45
|
* - .cc files were renamed. Update .cvsignore.Andi Gutmans2001-05-060-0/+0
|
* Moved ts_alloca_id() into MINIT like Andi requested.foobar2001-05-063-6/+18
|
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-065-6/+26
|
* Yikes, that would have been a very bad bug :)Zeev Suraski2001-05-061-1/+1
|
* Floating point keys didn't work in array() (fix bug #6662)Zeev Suraski2001-05-061-1/+1
|
* Fixed bug: #7227. Now the correct strings (if set) are shown.foobar2001-05-061-2/+3
|
* Fix bug: #10323. Every value outputted is now escaped.foobar2001-05-062-24/+31
|
* Update NEWSZeev Suraski2001-05-061-2/+4
|
* Hear hear, interactive mode is finally showing some progress:Zeev Suraski2001-05-062-1/+5
| | | | | | - Support function calls - Fix crash bug
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-063-7/+7
|
* Fix autoconversion of hexadecimal stringsZeev Suraski2001-05-061-1/+10
| | | | | It's time to close bug #5404 :)
* Retain single spaces as spaces to condense HTMLZeev Suraski2001-05-061-0/+9
|
* Fix broken buildSascha Schumann2001-05-061-1/+1
|
* Fixed win32 build problem.Wez Furlong2001-05-061-21/+2
|
* Corrected one proto.Egon Schmid2001-05-061-1/+1
|
* Beutify phpinfo() output.foobar2001-05-062-2/+11
|
* Added a check that libc-client support SSL.foobar2001-05-061-7/+40
|
* Removed usused variables.foobar2001-05-061-2/+0
|
* fixed a compilation problem without --enable-mbstr-enc-trans.Rui Hirokawa2001-05-061-0/+2
|
* Add pg_last_notice() functionRasmus Lerdorf2001-05-063-1/+23
|
* ChangeLog update2001-05-061-0/+62
|
* Fixed Andi's build problem.Wez Furlong2001-05-051-0/+4
|
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-056-480/+298
| | | | | | | | and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts should now work in php_hostconnect(). sock streams abstraction now uses php_sockbuf as the "abstract" pointer.
* - Fix format to be consistentAndi Gutmans2001-05-051-1/+1
|
* Layout fixZeev Suraski2001-05-051-1/+2
|
* Fix missing statementZeev Suraski2001-05-051-0/+2
|
* Fix libtool checkSascha Schumann2001-05-051-2/+2
| | | | | Submitted by: brisse@ping.dk
* Added Sascha Kettler to creditsWez Furlong2001-05-051-1/+1
|
* Fix broken ZTS build.Sascha Schumann2001-05-051-0/+1
|
* not to forget this one!Thies C. Arntzen2001-05-051-0/+3
|
* emalloc()'d strings must be freed before the request shutdown;Zeev Suraski2001-05-052-3/+10
| | | | | Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN
* ChangeLog update2001-05-051-0/+106
|
* NEWS update2001-05-051-0/+3
|
* Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that providesWez Furlong2001-05-042-11/+334
| | | | | some asymmetric RSA encrypt/decrypt functions.
* I'm now the primary maintainer for OpenSSL extension, as agreed with StigWez Furlong2001-05-041-1/+1
| | | | | Venaas.
* Making notes about which extensions need most work for streams.Wez Furlong2001-05-041-1/+2
|
* Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg"Chuck Hagenbuch2001-05-041-9/+8
| | | | | <johan@ekenberg.se>).
* Fixed bug in my previous patch, forgot to reset connect error globalsJason Greene2001-05-041-0/+6
| | | | | on request startup.
* Fix bugs: #10642, #10612foobar2001-05-041-1/+3
|
* @- Fixed a bug in preg_split() that would incorrectly limit the number ofAndrei Zmievski2001-05-041-5/+8
| | | | | | | | | @ results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei) - Fixed a bug in preg_split() that would incorrectly limit the number of results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei) - Also made limit = -1 when limit = 0, to emulate Perl.
* namespace-protect "open"Thies C. Arntzen2001-05-042-21/+21
|
* added ext/com/ files to the projectHarald Radi2001-05-041-1/+21
|
* fixed a memory leak in ext/mbstring.Rui Hirokawa2001-05-042-1/+10
|
* Removed a duplicate php_import_environment_variables() callBen Mansell2001-05-041-4/+7
| | | | | from fastcgi sapi
* Forgot the Visual Studio project, added now (Mc)Marc Boeren2001-05-042-2/+15
| | | | | Updated CREDITS (Mc)
* Registered db-module constants for use in dbx_connect (Mc)Marc Boeren2001-05-044-10/+329
| | | | | Added support for Microsoft SQL Server (Mc)
* Added docs about creating dbx-support for other databases. (Mc)Marc Boeren2001-05-041-0/+316
|
* Nuke unreferenced local variables.Sebastian Bergmann2001-05-041-1/+0
|