summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Little iterator improvement: ability to store index in iteratorMarcus Boerger2003-11-101-8/+2
|
* Fixed bug #26168 (shtool availability check in phpize).Ilia Alshanetsky2003-11-101-0/+7
|
* Fixed bug #26176 (Fixed handling of numeric keys in INI files).Ilia Alshanetsky2003-11-101-12/+31
|
* ChangeLog update2003-11-101-0/+7
|
* Synch exposed functions with c-level iterator functionsMarcus Boerger2003-11-091-2/+41
|
* Major update:Marcus Boerger2003-11-0923-1099/+1405
| | | | | | | | | | - Remove all overloading hooks -> array_read/array_access must be rewritten - Remove all basic iterators - Remove all 'spl_' prefixing exposed to user level - Add RecursiveIterator, RecursiveIteratorIterator - Add DirectoryIterator, DirectoryTreeIterator - Add some examples
* ChangeLog update2003-11-092-0/+69
|
* Add method reflection_class::implementsInterface()Marcus Boerger2003-11-082-18/+180
| | | | | Allow string & reflection_class in isSubclassOf()
* Fix reflection_class::isSubclassOf()Marcus Boerger2003-11-082-2/+2
|
* - Mnogosearch Extension was updated to include mnogosearch-3.2.16 featuresSergey Kartashoff2003-11-081-1/+28
|
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-084-6/+86
| | | | | This fixes bug #26166
* Remove NEWS entry since the fix went to the branch as well.Moriyoshi Koizumi2003-11-081-1/+0
|
* ChangeLog update2003-11-082-0/+61
|
* Bug fixing news.Ilia Alshanetsky2003-11-071-0/+1
|
* Fixed write support.Ilia Alshanetsky2003-11-071-5/+15
|
* 10-18% optimization of fetch_array(), when both number & string indexes areIlia Alshanetsky2003-11-072-25/+25
| | | | | | | created. # Do we want to MFH the change (for ext/mysql) into 4.3.X?
* Make __autoload() fasterMarcus Boerger2003-11-071-11/+8
|
* Update Iterators: Call next at the correct point in time.Marcus Boerger2003-11-072-8/+20
|
* Add missing initialization.Marcus Boerger2003-11-071-0/+1
|
* Make these class entries available for inheriting classesMarcus Boerger2003-11-071-0/+4
|
* Move typedef to where it is needed now.Marcus Boerger2003-11-072-6/+8
|
* Make php_stat() available for extensions.Marcus Boerger2003-11-072-22/+23
|
* ChangeLog update2003-11-072-0/+70
|
* Added mandatory safe_mode & open_basedir checks.Ilia Alshanetsky2003-11-071-0/+9
|
* Fixed bug #26148 (Print the notice before modifying variable on typeIlia Alshanetsky2003-11-061-1/+1
| | | | | | | | | | mismatch). # This only crashes in ZE1, however logic dictates that it may also crash # in ZE2 because variable does not have a correct type. Patch by: morten-bugs dot php dot net at afdelingp dot dk
* Getting rid of c++ style commentsFrank M. Kromann2003-11-061-3/+5
|
* WSSascha Schumann2003-11-061-2/+2
|
* Fix a format stringSascha Schumann2003-11-061-14/+44
| | | | | | | | | | Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise happily returns incompatible connections. (e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a connection has been established.)
* MFB: Adding new features from ming 0.3a.Frank M. Kromann2003-11-062-8/+997
|
* ChangeLog update2003-11-061-0/+37
|
* Kill unused variables.Ilia Alshanetsky2003-11-052-2/+1
|
* added buffer reallocation for filename.Rui Hirokawa2003-11-051-6/+15
|
* remove unix crapUwe Schindler2003-11-051-8/+0
|
* ChangeLog update2003-11-052-0/+143
|
* Prevent some SEGV's when Exceptions are thorown inside iterators.Marcus Boerger2003-11-042-12/+18
|
* Removedouble efree callMarcus Boerger2003-11-041-1/+0
|
* Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)Ilia Alshanetsky2003-11-041-0/+2
|
* __tostring() handler should be binary-safeMoriyoshi Koizumi2003-11-041-2/+1
|
* Fix one more testMoriyoshi Koizumi2003-11-041-1/+1
|
* Fix testsMoriyoshi Koizumi2003-11-043-3/+12
|
* Add XML_SAX_IMPL constant to determine which implementation (libxml / expat)Moriyoshi Koizumi2003-11-041-1/+7
| | | | | is selected for SAX interface.
* BFNMoriyoshi Koizumi2003-11-041-0/+2
|
* Fixed bug #24394 (serializing cross-referenced objects causes segfault)Moriyoshi Koizumi2003-11-041-1/+1
|
* add zend_iterators.c zend_interfaces.c to makeStanislav Malyshev2003-11-041-1/+2
|
* ignore some filesUwe Steinmann2003-11-040-0/+0
|
* - added more filesUwe Steinmann2003-11-040-0/+0
|
* SunONE serversUwe Schindler2003-11-041-52/+62
|
* - Moved all the mime_magic.c specific stuff into their own header filefoobar2003-11-044-368/+386
| | | | | | | to prevent possible compile failures. # Should fix bug #26103
* Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).Ilia Alshanetsky2003-11-041-1/+1
|
* ChangeLog update2003-11-041-0/+51
|