Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little iterator improvement: ability to store index in iterator | Marcus Boerger | 2003-11-10 | 1 | -8/+2 |
| | |||||
* | Fixed bug #26168 (shtool availability check in phpize). | Ilia Alshanetsky | 2003-11-10 | 1 | -0/+7 |
| | |||||
* | Fixed bug #26176 (Fixed handling of numeric keys in INI files). | Ilia Alshanetsky | 2003-11-10 | 1 | -12/+31 |
| | |||||
* | ChangeLog update | 2003-11-10 | 1 | -0/+7 | |
| | |||||
* | Synch exposed functions with c-level iterator functions | Marcus Boerger | 2003-11-09 | 1 | -2/+41 |
| | |||||
* | Major update: | Marcus Boerger | 2003-11-09 | 23 | -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 update | 2003-11-09 | 2 | -0/+69 | |
| | |||||
* | Add method reflection_class::implementsInterface() | Marcus Boerger | 2003-11-08 | 2 | -18/+180 |
| | | | | | Allow string & reflection_class in isSubclassOf() | ||||
* | Fix reflection_class::isSubclassOf() | Marcus Boerger | 2003-11-08 | 2 | -2/+2 |
| | |||||
* | - Mnogosearch Extension was updated to include mnogosearch-3.2.16 features | Sergey Kartashoff | 2003-11-08 | 1 | -1/+28 |
| | |||||
* | Handle exceptions in casting more gracefully. | Marcus Boerger | 2003-11-08 | 4 | -6/+86 |
| | | | | | This fixes bug #26166 | ||||
* | Remove NEWS entry since the fix went to the branch as well. | Moriyoshi Koizumi | 2003-11-08 | 1 | -1/+0 |
| | |||||
* | ChangeLog update | 2003-11-08 | 2 | -0/+61 | |
| | |||||
* | Bug fixing news. | Ilia Alshanetsky | 2003-11-07 | 1 | -0/+1 |
| | |||||
* | Fixed write support. | Ilia Alshanetsky | 2003-11-07 | 1 | -5/+15 |
| | |||||
* | 10-18% optimization of fetch_array(), when both number & string indexes are | Ilia Alshanetsky | 2003-11-07 | 2 | -25/+25 |
| | | | | | | | created. # Do we want to MFH the change (for ext/mysql) into 4.3.X? | ||||
* | Make __autoload() faster | Marcus Boerger | 2003-11-07 | 1 | -11/+8 |
| | |||||
* | Update Iterators: Call next at the correct point in time. | Marcus Boerger | 2003-11-07 | 2 | -8/+20 |
| | |||||
* | Add missing initialization. | Marcus Boerger | 2003-11-07 | 1 | -0/+1 |
| | |||||
* | Make these class entries available for inheriting classes | Marcus Boerger | 2003-11-07 | 1 | -0/+4 |
| | |||||
* | Move typedef to where it is needed now. | Marcus Boerger | 2003-11-07 | 2 | -6/+8 |
| | |||||
* | Make php_stat() available for extensions. | Marcus Boerger | 2003-11-07 | 2 | -22/+23 |
| | |||||
* | ChangeLog update | 2003-11-07 | 2 | -0/+70 | |
| | |||||
* | Added mandatory safe_mode & open_basedir checks. | Ilia Alshanetsky | 2003-11-07 | 1 | -0/+9 |
| | |||||
* | Fixed bug #26148 (Print the notice before modifying variable on type | Ilia Alshanetsky | 2003-11-06 | 1 | -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 comments | Frank M. Kromann | 2003-11-06 | 1 | -3/+5 |
| | |||||
* | WS | Sascha Schumann | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | Fix a format string | Sascha Schumann | 2003-11-06 | 1 | -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. Kromann | 2003-11-06 | 2 | -8/+997 |
| | |||||
* | ChangeLog update | 2003-11-06 | 1 | -0/+37 | |
| | |||||
* | Kill unused variables. | Ilia Alshanetsky | 2003-11-05 | 2 | -2/+1 |
| | |||||
* | added buffer reallocation for filename. | Rui Hirokawa | 2003-11-05 | 1 | -6/+15 |
| | |||||
* | remove unix crap | Uwe Schindler | 2003-11-05 | 1 | -8/+0 |
| | |||||
* | ChangeLog update | 2003-11-05 | 2 | -0/+143 | |
| | |||||
* | Prevent some SEGV's when Exceptions are thorown inside iterators. | Marcus Boerger | 2003-11-04 | 2 | -12/+18 |
| | |||||
* | Removedouble efree call | Marcus Boerger | 2003-11-04 | 1 | -1/+0 |
| | |||||
* | Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails) | Ilia Alshanetsky | 2003-11-04 | 1 | -0/+2 |
| | |||||
* | __tostring() handler should be binary-safe | Moriyoshi Koizumi | 2003-11-04 | 1 | -2/+1 |
| | |||||
* | Fix one more test | Moriyoshi Koizumi | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | Fix tests | Moriyoshi Koizumi | 2003-11-04 | 3 | -3/+12 |
| | |||||
* | Add XML_SAX_IMPL constant to determine which implementation (libxml / expat) | Moriyoshi Koizumi | 2003-11-04 | 1 | -1/+7 |
| | | | | | is selected for SAX interface. | ||||
* | BFN | Moriyoshi Koizumi | 2003-11-04 | 1 | -0/+2 |
| | |||||
* | Fixed bug #24394 (serializing cross-referenced objects causes segfault) | Moriyoshi Koizumi | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | add zend_iterators.c zend_interfaces.c to make | Stanislav Malyshev | 2003-11-04 | 1 | -1/+2 |
| | |||||
* | ignore some files | Uwe Steinmann | 2003-11-04 | 0 | -0/+0 |
| | |||||
* | - added more files | Uwe Steinmann | 2003-11-04 | 0 | -0/+0 |
| | |||||
* | SunONE servers | Uwe Schindler | 2003-11-04 | 1 | -52/+62 |
| | |||||
* | - Moved all the mime_magic.c specific stuff into their own header file | foobar | 2003-11-04 | 4 | -368/+386 |
| | | | | | | | to prevent possible compile failures. # Should fix bug #26103 | ||||
* | Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results). | Ilia Alshanetsky | 2003-11-04 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2003-11-04 | 1 | -0/+51 | |
| |