summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-3056-201/+81
|
* Zend compatibility patchZeev Suraski2001-07-3011-95/+23
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-3024-105/+116
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-3068-216/+208
| | | | the way
* changed for input encoding conversion in win32.Rui Hirokawa2001-07-291-1/+4
|
* buffer was too smallThies C. Arntzen2001-07-291-1/+1
|
* *** empty log message ***Andi Gutmans2001-07-291-11/+13
|
* - Yet another one...Andi Gutmans2001-07-292-4/+4
|
* - And more...Andi Gutmans2001-07-291-1/+1
|
* - More object macrosAndi Gutmans2001-07-293-15/+14
|
* Fix typo.Jon Parise2001-07-291-2/+2
|
* - Object macros...Andi Gutmans2001-07-281-7/+8
|
* - More object macrosAndi Gutmans2001-07-284-20/+20
|
* - More object macrosAndi Gutmans2001-07-281-5/+9
|
* - More object macro workAndi Gutmans2001-07-281-4/+6
|
* - More Object macro work. I couldn't test this one so let me know if itAndi Gutmans2001-07-284-26/+26
| | | | | breaks the Windows build.
* - Use object macrosAndi Gutmans2001-07-282-4/+7
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-28121-1562/+678
|
* Fixed the config.m4 script to allow the cracklib extension to be properly builtAlexander Feldman2001-07-281-2/+4
| | | | | as a shared module.
* Fix build. This was done by bringing this to the 'PHP 4 era' :)foobar2001-07-281-16/+10
|
* nesting_level is now ob_nesting_level in main/php_output.hJoey Smith2001-07-281-1/+1
|
* Simplified a bit and made more readable.foobar2001-07-271-37/+45
|
* Simplified this a bit and made more consistent.foobar2001-07-271-11/+6
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2743-128/+131
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* detect oracle9iThies C. Arntzen2001-07-261-1/+4
|
* Fixes for the module to be reentrantNikos Mavroyanopoulos2001-07-262-242/+199
|
* @- Improved the stability of OCIPlogon() after a database restart. (Thies)Thies C. Arntzen2001-07-251-0/+2
|
* fix recently discovered api flawsDaniel Beulshausen2001-07-253-75/+128
| | | | | | | - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an array of sockets to socket_fd_set + socket_fd_clear
* Get rid of memchr in SEARCHCR().Sascha Schumann2001-07-251-3/+5
|
* Get rid of memchrSascha Schumann2001-07-251-3/+12
|
* updated ovrimos driverNikos Mavroyanopoulos2001-07-251-54/+307
|
* Add extra check on Delete statementsFrank M. Kromann2001-07-241-1/+1
|
* removed duplicate code and changedHarald Radi2001-07-242-692/+758
| | | | | | code slightly to be compatible with broken com implementations
* - MSHUTDOWN needs to return SUCCESS/FAILUREAndi Gutmans2001-07-241-0/+1
|
* indentionThies C. Arntzen2001-07-231-2/+2
|
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-232-1/+11
|
* I added code to up the reference count of the database connectionPaul Moosman2001-07-231-0/+2
| | | | | | reference. This change fixes bug #11489 in php version 4.0.6. I derived this fix from the my_sql module.
* these tow fail with "Constant sid already defined" iHartmut Holzgraefe2001-07-222-0/+3
| | | | | too if E_NOTICE error reporting is active
* While researching a crash-bug in mail(), I found these two goldies.Sascha Schumann2001-07-221-41/+52
| | | | | Replace php_escape_shell_(arg|cmd) with straight-forward implementations.
* Left-over outdated commentRasmus Lerdorf2001-07-211-1/+0
|
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-12/+3
| | | | | Note: You may *not* return directly from a catch block
* 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
| | | | | the complexity of the function and is about 20% faster on Linux/x86.
* Clarify and optimizeZeev Suraski2001-07-211-1/+1
|
* Fix more crashes related to this switch to z_valueRasmus Lerdorf2001-07-211-2/+2
|
* Fix last two instances of using ext/standard/php_output.hSascha Schumann2001-07-202-2/+2
|
* fix includeThies C. Arntzen2001-07-202-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-202-2/+1
|