summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Unify use of my email addressSascha Schumann2000-07-1020-20/+20
* Also output the name of the save_handler when reporting a failed writeSascha Schumann2000-07-101-2/+5
* Fixed other protos.Egon Schmid2000-07-091-3/+3
* Fixed a proto.Egon Schmid2000-07-091-2/+2
* Corrected a mispelled word.Egon Schmid2000-07-091-1/+1
* Fix stupid bug.Stanislav Malyshev2000-07-091-9/+9
* - Left debugging accidentally on...Jouni Ahto2000-07-091-2/+2
* (ibase_blob_import) It's good to have link handle available, if you want toJouni Ahto2000-07-091-22/+24
* - I must be getting demented. Forgot to add and register list destructorJouni Ahto2000-07-091-17/+50
* Reentrancy fixesSam Ruby2000-07-096-114/+242
* Eliminated a typo.Egon Schmid2000-07-081-1/+1
* @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)Andrei Zmievski2000-07-083-22/+65
* Uncomplete proto.Egon Schmid2000-07-081-1/+1
* Aren't there some function names conflicts?Egon Schmid2000-07-081-22/+22
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-088-2/+150
* * php4/ext/sockets.c, php4/ext/php_sockets.h:Chris Vandomelen2000-07-082-84/+1037
* - Restore testing for Unicode charmap to what it was, it was working(?), thisJouni Ahto2000-07-071-6/+2
* - Move away from encoding transaction number into link_id and use properlyJouni Ahto2000-07-072-81/+83
* Fix fgets re-allocation (add +1 to accomondate ending \0).Stanislav Malyshev2000-07-071-1/+1
* Fix add_assoc_string functions.Stanislav Malyshev2000-07-071-21/+21
* - still an error in my last patch (thanks Andi)Uwe Steinmann2000-07-061-1/+1
* - Use #ifdef PHP_WIN32 to detect WindowsAndi Gutmans2000-07-062-4/+4
* @- Fixed crash in gzopen(). (Thies)Thies C. Arntzen2000-07-061-1/+2
* Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>Stig Bakken2000-07-064-25/+235
* Applied multiple character set support diff by Rob GoodwinStig Bakken2000-07-061-12/+57
* - last commit indroduced a new compile warning, should be fixed nowUwe Steinmann2000-07-061-1/+1
* - fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)Uwe Steinmann2000-07-062-0/+7
* - Still one misssing zend_list_addref() and small fix in pg_close.Jouni Ahto2000-07-051-1/+2
* - Test pg_encoding_to_char instead (it's existence in libpq means thatJouni Ahto2000-07-051-1/+1
* That's no bug, it's quite fine the way it is (if id isZeev Suraski2000-07-051-3/+0
* - Discoverd possible bug. Could somebody have a look.Uwe Steinmann2000-07-051-1/+3
* - Link is now of type RESOURCE and not LONGUwe Steinmann2000-07-051-2/+2
* - Increase allowed number of columns from 256 to 384.Danny Heijl2000-07-051-3/+3
* Fixed some protos.Egon Schmid2000-07-051-30/+25
* Fix attribution on NEWS.Andrei Zmievski2000-07-051-1/+1
* - Support for pdflib 3.01Uwe Steinmann2000-07-051-19/+19
* - First try at getting interbase to compile and work in ZTS-mode. Compiles.Jouni Ahto2000-07-052-58/+60
* (PHP session_destroy) return the error condition from storage handler'sSascha Schumann2000-07-052-7/+19
* Not every argument type is mixed.Egon Schmid2000-07-041-5/+5
* Missed a two liner.Egon Schmid2000-07-041-2/+1
* (PHP date) Added new 'O' format modifier for printing out the GMT Offset inMike Waychison2000-07-041-0/+11
* Make script work on POSIX shSascha Schumann2000-07-041-33/+33
* Fix logic (thanks to Dean Bennett)Zeev Suraski2000-07-031-1/+2
* - Informix driver : Changes for new "main" directory (win32 build)Danny Heijl2000-07-032-13/+11
* Fix typo. Thanks to Adam Trachtenberg for noticing it!Sam Ruby2000-07-032-2/+2
* @- Fixed crash on OCI?Logon() failure. (thies)Thies C. Arntzen2000-07-031-3/+3
* Add suggestions for dealing with difficult installations, based on feedbackSam Ruby2000-07-032-0/+114
* Identifiers which begin with an underscore are reserved. ChangedSascha Schumann2000-07-031-3/+3
* Use AC_CHECK_HEADERS(unistd.h) insteadRasmus Lerdorf2000-07-031-1/+1
* * Makefile.inChris Vandomelen2000-07-035-0/+1120