summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated the .emacs exampleStig Bakken2001-05-061-1/+4
|
* use $PHP_LAYOUT, not $libdir, to determine the extension install layoutStig Bakken2001-05-061-6/+7
|
* @Added --with-layout configure option (Stig)Stig Bakken2001-05-061-48/+81
| | | | | | Changed the default php.ini path back to /usr/local/lib. Use "--with-layout=GNU" for now to get the new behaviour.
* Fixed some protos.Egon Schmid2001-05-061-5/+5
|
* fix crash bugSterling Hughes2001-05-061-13/+16
|
* fixed divided by zero exception and lack of multidimentional array support ↵Rui Hirokawa2001-05-062-68/+135
| | | | in mbstring.
* fix compile bug.Sterling Hughes2001-05-061-0/+1
|
* Attempt to fix the build when a c-client lib with kerberos, pam and sslfoobar2001-05-061-18/+9
| | | | | is used.
* Recover from a parse error in include files (before, it could result in a ↵Zeev Suraski2001-05-063-5/+17
| | | | crash under certain circumstances). Fix bug #8663
* Fix win32 buildJames Moore2001-05-061-1/+1
|
* - Nuke warningDerick Rethans2001-05-061-2/+2
|
* Up prerequisites to libtool 1.4Sascha Schumann2001-05-061-3/+3
|
* 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
|