summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump bundled expat to 1.95.1Thies C. Arntzen2001-05-1132-2130/+2543
* Save a couple of syscalls per sessionSascha Schumann2001-05-112-18/+34
* Start cleaning up domxml memory leaks. Still much stuff to do.Andrei Zmievski2001-05-111-21/+56
* - Fix crash bug when opcodes array is erealloc()'ed to a different memoryAndi Gutmans2001-05-111-4/+7
* Tabs please...Derick Rethans2001-05-111-1/+1
* Fix for bug #10815.Sebastian Bergmann2001-05-111-0/+2
* Fixed problems which were caused by the previous patches.foobar2001-05-111-1/+7
* Fix is_executable test.Jason Greene2001-05-111-0/+8
* @fstat() and stat() now return identical output by returning a numerical andJason Greene2001-05-112-0/+50
* ChangeLog update2001-05-111-0/+53
* NEWS update2001-05-111-0/+2
* default to /usr/localfoobar2001-05-101-0/+12
* Fixing some proto typesFrank M. Kromann2001-05-101-3/+3
* Always free the callback_name when using zend_is_callable().Andrei Zmievski2001-05-101-0/+3
* Fix buggy line splitZeev Suraski2001-05-101-2/+1
* @- Fixed a possible crash in the PHP CGI when no input file isZeev Suraski2001-05-101-2/+1
* fixed bug of mb_substitute_character() and mb_substr() in mbstring.Rui Hirokawa2001-05-102-8/+18
* Treat numeric strings as numbers in the increment operatorZeev Suraski2001-05-101-2/+26
* Missing .slo ignore.foobar2001-05-100-0/+0
* Fixed bug: #10779foobar2001-05-101-4/+4
* Cleaning this a bit too. Now I'm also able to configure and compilefoobar2001-05-101-83/+83
* Fix naming issueSterling Hughes2001-05-102-14/+14
* ChangeLog update2001-05-101-0/+87
* NEWS update2001-05-101-0/+2
* Cleaning up here too.foobar2001-05-101-15/+9
* Moved the zlib configure before other extensions.foobar2001-05-103-48/+60
* Cleaned up this a bit..foobar2001-05-104-414/+281
* Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it'sWez Furlong2001-05-091-13/+6
* Switching to zend_register_list_destructors_ex()Frank M. Kromann2001-05-091-16/+17
* Nuke unused variable.Andrei Zmievski2001-05-091-2/+0
* Fix a few bugs in zend_is_callable() and make it stricter.Andrei Zmievski2001-05-091-37/+44
* @- Added is_callable() function that can be used to find out whetherAndrei Zmievski2001-05-092-0/+32
* Minor change to the way string lengths are calculated and space alocated.Frank M. Kromann2001-05-091-6/+6
* Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regardSascha Schumann2001-05-091-2/+4
* Getting rid of memset.Frank M. Kromann2001-05-091-15/+5
* The PHP_EXTENSION() has to be before any other PHP_ARG_*()'sfoobar2001-05-092-2/+4
* Change for Empress PHP supportWenhui Zhang2001-05-093-12/+80
* Update .dspZeev Suraski2001-05-091-0/+4
* Also remove -L/usr/lib/? from LDFLAGS.Sascha Schumann2001-05-091-0/+1
* Remove -L/usr/lib/? from PHP_LDFLAGS.Sascha Schumann2001-05-092-1/+13
* remaked mb_gpc_handler as mb_parse_str() in mbstring.Rui Hirokawa2001-05-094-47/+158
* fix crash bug (unlikely, but this is the only place where the reported bugSterling Hughes2001-05-091-0/+4
* Fixed a typo.foobar2001-05-091-1/+1
* ChangeLog update2001-05-091-0/+73
* E_ERROR instead of E_WARNING on nullpointer exceptionsHarald Radi2001-05-092-14/+26
* Use RETURN_ macros to define function returns.Frank M. Kromann2001-05-081-198/+221
* No need to show these if they are not used.foobar2001-05-082-8/+10
* Fixed: http://www.php.net/bugs.php?id=10733&edit=1foobar2001-05-082-4/+3
* this is a fix for bug 10250. it basically provides the unixODBC driver withDan Kalowsky2001-05-081-5/+5
* - Fix line numbers when some lines end with \rAndi Gutmans2001-05-081-11/+14