summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* Add entry for AOLserver.Sascha Schumann1999-09-251-0/+1
|
* New Zend APISascha Schumann1999-09-255-83/+85
|
* Use new Zend APISascha Schumann1999-09-251-261/+264
|
* - Updated array functions to use high-performance APIAndrey Hristov1999-09-241-95/+94
| | | | | - Updated preg_split() to allow returning only non-empty pieces
* Use new Zend API.Sascha Schumann1999-09-247-84/+86
|
* Extended var_dump to handle IS_RESOURCE somewhat.Andrey Hristov1999-09-241-0/+9
|
* updated XML (only partly tested)Thies C. Arntzen1999-09-241-1/+1
|
* kill another warningStig Bakken1999-09-241-1/+3
|
* kill warningStig Bakken1999-09-241-0/+4
|
* This version is finally the standard one. The last one was createdSascha Schumann1999-09-231-201/+123
| | | | | using the 'nested ifs mode' which seems to be the source of the problem.
* re2c's bit vectors appear to be not binary clean. Revert toSascha Schumann1999-09-232-97/+102
| | | | | standard mode for the moment.
* - Get rid of warning on win32, non-threadsafe mode.Andi Gutmans1999-09-221-0/+4
|
* Slightly redundant to check for crypt() here again, but the TRY_RUN stuffRasmus Lerdorf1999-09-211-0/+4
| | | | | | needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn't a big deal.
* fgetss/gzgetss fixesRasmus Lerdorf1999-09-212-2/+3
|
* A couple of fixes.Andrey Hristov1999-09-212-5/+5
|
* AC_CRYPT_CAP depends on symbol checks performed later.Sascha Schumann1999-09-211-2/+2
|
* added krsort() functionThies C. Arntzen1999-09-212-0/+29
|
* Continue, if re2c is not available.Sascha Schumann1999-09-211-1/+1
| | | | | Using the ".new" suffix, we prevent the shell from zeroing the file.
* Fix typo.Sascha Schumann1999-09-211-1/+1
| | | | | catched by: ssb
* On at least Win32, gettimeofday() returns values in tv_usec which exceedSascha Schumann1999-09-211-0/+1
| | | | | | | | 1,000,000. For portability reasons we set the integer part of our result to 0. This is equivalent to using tv_usec % 1000000.
* - Move some more language specific functions over to Zend.Andi Gutmans1999-09-202-155/+0
| | | | | get_class() and friends.
* Timestamp commit. I do consider removing the rule from Makefile.amSascha Schumann1999-09-201-2/+2
|
* Here was also something missing.Egon Schmid1999-09-202-2/+2
|
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-204-130/+0
| | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name().
* Added optional allowable_tags arguments to strip_tags() and fgetss() toRasmus Lerdorf1999-09-203-16/+126
| | | | | | | | | allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent me a flex file to do this, but I could do the same thing with only minor additions to the existing state machine and the resulting code is much smaller and tighter.
* - Upgraded var_dump() to take multiple argumentsAndrey Hristov1999-09-202-27/+38
| | | | | - php3api_ is changed to php_
* logic fixStig Bakken1999-09-201-1/+1
|
* added array_count_values function.Thies C. Arntzen1999-09-202-0/+62
|
* new API for var_dumpThies C. Arntzen1999-09-201-3/+3
|
* Aline escape signs in macro definitions.Sascha Schumann1999-09-182-47/+49
|
* SUN c89 doesn't like } direct after a label;-(Thies C. Arntzen1999-09-172-1/+5
|
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-4/+4
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* Generalize SAPI a bitZeev Suraski1999-09-161-1/+1
|
* php4 now deserialized php3 objects correctly!Thies C. Arntzen1999-09-161-30/+36
| | | | | | php3 will ignore objects serialized by php4 (that's the price we have to pay!) small fix in deserializing objects with static initializers (thanx boris)
* when unserializing classes:Thies C. Arntzen1999-09-151-1/+2
| | | | | | if the class is not known the standard class (no methods) will be used. if the class is known - the created object will functional again!
* Fixed printf format.Andrey Hristov1999-09-151-1/+1
|
* use new API in var.cThies C. Arntzen1999-09-151-9/+9
|
* i love id-stringsThies C. Arntzen1999-09-151-0/+2
|
* made serialize/unserialize work with classes! (also made the code "shorter")Thies C. Arntzen1999-09-151-96/+66
| | | | | | | | CHANGES: - the serialized string now also contains the class name (was not available in PHP3)! - when unserializing php will create a fully working object of that class again therby the class has to be defined when unserializing - else you get a warning!
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-151-2/+0
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-1/+1
| | | | | - Some strlcpy changes including one bug fix.
* - gettimeofday wasn't registered.Andi Gutmans1999-09-152-0/+2
|
* is_array & friens speedupsThies C. Arntzen1999-09-141-3/+3
|
* Fix a warningRasmus Lerdorf1999-09-141-0/+2
|
* count() now uses the new getParamertersEx API.Thies C. Arntzen1999-09-141-4/+5
|
* added Metaphone supportThies C. Arntzen1999-09-133-1/+503
|
* ported oci8 to use new class APIThies C. Arntzen1999-09-131-6/+9
| | | | | var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead
* Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]Zeev Suraski1999-09-131-1/+7
|
* Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)Zeev Suraski1999-09-132-2/+15
|
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-122-1/+145
| | | | | | | arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less.