| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated the .emacs example | Stig Bakken | 2001-05-06 | 1 | -1/+4 |
| | | |||||
| * | use $PHP_LAYOUT, not $libdir, to determine the extension install layout | Stig Bakken | 2001-05-06 | 1 | -6/+7 |
| | | |||||
| * | @Added --with-layout configure option (Stig) | Stig Bakken | 2001-05-06 | 1 | -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 Schmid | 2001-05-06 | 1 | -5/+5 |
| | | |||||
| * | fix crash bug | Sterling Hughes | 2001-05-06 | 1 | -13/+16 |
| | | |||||
| * | fixed divided by zero exception and lack of multidimentional array support ↵ | Rui Hirokawa | 2001-05-06 | 2 | -68/+135 |
| | | | | | in mbstring. | ||||
| * | fix compile bug. | Sterling Hughes | 2001-05-06 | 1 | -0/+1 |
| | | |||||
| * | Attempt to fix the build when a c-client lib with kerberos, pam and ssl | foobar | 2001-05-06 | 1 | -18/+9 |
| | | | | | | is used. | ||||
| * | Recover from a parse error in include files (before, it could result in a ↵ | Zeev Suraski | 2001-05-06 | 3 | -5/+17 |
| | | | | | crash under certain circumstances). Fix bug #8663 | ||||
| * | Fix win32 build | James Moore | 2001-05-06 | 1 | -1/+1 |
| | | |||||
| * | - Nuke warning | Derick Rethans | 2001-05-06 | 1 | -2/+2 |
| | | |||||
| * | Up prerequisites to libtool 1.4 | Sascha Schumann | 2001-05-06 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | |||||
