summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2713-49/+51
* Get rid of memchr in SEARCHCR().Sascha Schumann2001-07-251-3/+5
* - MSHUTDOWN needs to return SUCCESS/FAILUREAndi Gutmans2001-07-241-0/+1
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-232-1/+11
* While researching a crash-bug in mail(), I found these two goldies.Sascha Schumann2001-07-221-41/+52
* Left-over outdated commentRasmus Lerdorf2001-07-211-1/+0
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-12/+3
* Remove redundant codeZeev Suraski2001-07-211-2/+2
* Drop memchr() in php_memnstr in favor of manual scanning. This reducesSascha Schumann2001-07-211-6/+12
* Clarify and optimizeZeev Suraski2001-07-211-1/+1
* Fix more crashes related to this switch to z_valueRasmus Lerdorf2001-07-211-2/+2
* Retain downwards compatibility - cool idea Jon :)Zeev Suraski2001-07-202-761/+0
* Fix UNIX buildZeev Suraski2001-07-201-1/+1
* Fix Windows buildZeev Suraski2001-07-201-1/+1
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-202-22/+40
* Add optional support for using boyer-moore to str_replace.Sascha Schumann2001-07-201-10/+104
* Fix warningsStanislav Malyshev2001-07-191-2/+2
* The lcg needs to operate on signed 32-bit integers, so useSascha Schumann2001-07-182-4/+6
* Provide typedefs for php_int32Sascha Schumann2001-07-181-0/+2
* Make variables receiving long be longStanislav Malyshev2001-07-181-22/+17
* Make read always 0-terminate stringsStanislav Malyshev2001-07-161-1/+1
* Update castZeev Suraski2001-07-151-1/+1
* Get rid of var_uninit()Zeev Suraski2001-07-151-1/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-3/+2
* Fix an inlineZeev Suraski2001-07-152-2/+3
* - Faster without calling strlen()Andi Gutmans2001-07-141-1/+1
* Fix for bug #11632Rasmus Lerdorf2001-07-141-1/+1
* o Fixed Bug #12121: chdir and safe_modeJames E. Flemer2001-07-131-1/+1
* @ - Fixed crash in iptcparse() if the supplied data was bogus. (Thies)Thies C. Arntzen2001-07-131-1/+1
* Allow extensions to define custom prealloc sizesSascha Schumann2001-07-111-2/+6
* use ZVAL_* macrosThies C. Arntzen2001-07-111-10/+4
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-112-3/+3
* More correct pseudo-fixStanislav Malyshev2001-07-111-2/+1
* Nuke zval_resetZeev Suraski2001-07-111-2/+2
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-2/+2
* prevent php from crashing when serializing circular data.Shane Caraveo2001-07-111-0/+1
* Make range() function smarterRasmus Lerdorf2001-07-091-10/+33
* *** empty log message ***Andrei Zmievski2001-07-091-1/+1
* __USE_GNU should not be defined by an application.Sascha Schumann2001-07-091-1/+0
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-094-1/+30
* - Added php_escape_shell_arg to the header fileDerick Rethans2001-07-091-0/+1
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-093-75/+68
* added test for assertThies C. Arntzen2001-07-091-0/+21
* changed to use Z_* macrosThies C. Arntzen2001-07-091-15/+14
* added test for serializeThies C. Arntzen2001-07-093-61/+168
* Reset strtok_string, so that strtok can be used in all session handlerSascha Schumann2001-07-081-0/+1
* Enable using an external mailer under windows.Shane Caraveo2001-07-081-13/+25
* Needed for the prototype of php_escape_shell_cmd().Sascha Schumann2001-07-081-0/+1
* This should be lower-cased per the documentation and previousSean Bright2001-07-051-0/+2
* More ifdefs, just in case.Wez Furlong2001-07-051-0/+10