Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to libtool 1.4. | Sascha Schumann | 2001-05-06 | 4 | -1073/+2284 |
| | |||||
* | - Partial fix for bug #9050, support for "Jan 19 2000" date format | Derick Rethans | 2001-05-06 | 2 | -0/+45 |
| | |||||
* | - .cc files were renamed. Update .cvsignore. | Andi Gutmans | 2001-05-06 | 0 | -0/+0 |
| | |||||
* | Moved ts_alloca_id() into MINIT like Andi requested. | foobar | 2001-05-06 | 3 | -6/+18 |
| | |||||
* | Fix bug: #8834. Now there should be more random salts.. | foobar | 2001-05-06 | 5 | -6/+26 |
| | |||||
* | Yikes, that would have been a very bad bug :) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | Floating point keys didn't work in array() (fix bug #6662) | Zeev Suraski | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug: #7227. Now the correct strings (if set) are shown. | foobar | 2001-05-06 | 1 | -2/+3 |
| | |||||
* | Fix bug: #10323. Every value outputted is now escaped. | foobar | 2001-05-06 | 2 | -24/+31 |
| | |||||
* | Update NEWS | Zeev Suraski | 2001-05-06 | 1 | -2/+4 |
| | |||||
* | Hear hear, interactive mode is finally showing some progress: | Zeev Suraski | 2001-05-06 | 2 | -1/+5 |
| | | | | | | - Support function calls - Fix crash bug | ||||
* | Support interactive mode in thread-safe builds | Zeev Suraski | 2001-05-06 | 3 | -7/+7 |
| | |||||
* | Fix autoconversion of hexadecimal strings | Zeev Suraski | 2001-05-06 | 1 | -1/+10 |
| | | | | | It's time to close bug #5404 :) | ||||
* | Retain single spaces as spaces to condense HTML | Zeev Suraski | 2001-05-06 | 1 | -0/+9 |
| | |||||
* | Fix broken build | Sascha Schumann | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed win32 build problem. | Wez Furlong | 2001-05-06 | 1 | -21/+2 |
| | |||||
* | Corrected one proto. | Egon Schmid | 2001-05-06 | 1 | -1/+1 |
| | |||||
* | Beutify phpinfo() output. | foobar | 2001-05-06 | 2 | -2/+11 |
| | |||||
* | Added a check that libc-client support SSL. | foobar | 2001-05-06 | 1 | -7/+40 |
| | |||||
* | Removed usused variables. | foobar | 2001-05-06 | 1 | -2/+0 |
| | |||||
* | fixed a compilation problem without --enable-mbstr-enc-trans. | Rui Hirokawa | 2001-05-06 | 1 | -0/+2 |
| | |||||
* | Add pg_last_notice() function | Rasmus Lerdorf | 2001-05-06 | 3 | -1/+23 |
| | |||||
* | ChangeLog update | 2001-05-06 | 1 | -0/+62 | |
| | |||||
* | Fixed Andi's build problem. | Wez Furlong | 2001-05-05 | 1 | -0/+4 |
| | |||||
* | Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c | Wez Furlong | 2001-05-05 | 6 | -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 consistent | Andi Gutmans | 2001-05-05 | 1 | -1/+1 |
| | |||||
* | Layout fix | Zeev Suraski | 2001-05-05 | 1 | -1/+2 |
| | |||||
* | Fix missing statement | Zeev Suraski | 2001-05-05 | 1 | -0/+2 |
| | |||||
* | Fix libtool check | Sascha Schumann | 2001-05-05 | 1 | -2/+2 |
| | | | | | Submitted by: brisse@ping.dk | ||||
* | Added Sascha Kettler to credits | Wez Furlong | 2001-05-05 | 1 | -1/+1 |
| | |||||
* | Fix broken ZTS build. | Sascha Schumann | 2001-05-05 | 1 | -0/+1 |
| | |||||
* | not to forget this one! | Thies C. Arntzen | 2001-05-05 | 1 | -0/+3 |
| | |||||
* | emalloc()'d strings must be freed before the request shutdown; | Zeev Suraski | 2001-05-05 | 2 | -3/+10 |
| | | | | | Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN | ||||
* | ChangeLog update | 2001-05-05 | 1 | -0/+106 | |
| | |||||
* | NEWS update | 2001-05-05 | 1 | -0/+3 | |
| | |||||
* | Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that provides | Wez Furlong | 2001-05-04 | 2 | -11/+334 |
| | | | | | some asymmetric RSA encrypt/decrypt functions. | ||||
* | I'm now the primary maintainer for OpenSSL extension, as agreed with Stig | Wez Furlong | 2001-05-04 | 1 | -1/+1 |
| | | | | | Venaas. | ||||
* | Making notes about which extensions need most work for streams. | Wez Furlong | 2001-05-04 | 1 | -1/+2 |
| | |||||
* | Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg" | Chuck Hagenbuch | 2001-05-04 | 1 | -9/+8 |
| | | | | | <johan@ekenberg.se>). | ||||
* | Fixed bug in my previous patch, forgot to reset connect error globals | Jason Greene | 2001-05-04 | 1 | -0/+6 |
| | | | | | on request startup. | ||||
* | Fix bugs: #10642, #10612 | foobar | 2001-05-04 | 1 | -1/+3 |
| | |||||
* | @- Fixed a bug in preg_split() that would incorrectly limit the number of | Andrei Zmievski | 2001-05-04 | 1 | -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. Arntzen | 2001-05-04 | 2 | -21/+21 |
| | |||||
* | added ext/com/ files to the project | Harald Radi | 2001-05-04 | 1 | -1/+21 |
| | |||||
* | fixed a memory leak in ext/mbstring. | Rui Hirokawa | 2001-05-04 | 2 | -1/+10 |
| | |||||
* | Removed a duplicate php_import_environment_variables() call | Ben Mansell | 2001-05-04 | 1 | -4/+7 |
| | | | | | from fastcgi sapi | ||||
* | Forgot the Visual Studio project, added now (Mc) | Marc Boeren | 2001-05-04 | 2 | -2/+15 |
| | | | | | Updated CREDITS (Mc) | ||||
* | Registered db-module constants for use in dbx_connect (Mc) | Marc Boeren | 2001-05-04 | 4 | -10/+329 |
| | | | | | Added support for Microsoft SQL Server (Mc) | ||||
* | Added docs about creating dbx-support for other databases. (Mc) | Marc Boeren | 2001-05-04 | 1 | -0/+316 |
| | |||||
* | Nuke unreferenced local variables. | Sebastian Bergmann | 2001-05-04 | 1 | -1/+0 |
| |