Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFHmigration/unlabaled-1.29.2 | foobar | 2005-05-31 | 1 | -2/+2 |
| | |||||
* | Upgrade PCRE library to 5.0. | Andrei Zmievski | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | Umm, let's not enable NO_RECURSE by default. The matches on some | Andrei Zmievski | 2003-12-16 | 1 | -1/+1 |
| | | | | | | patterns can be more than twice as slow as before. # Maybe we should add a --disable-pcre-stack-recursion compile option | ||||
* | - Upgraded library to version 4.5 | Andrei Zmievski | 2003-12-16 | 1 | -1/+1 |
| | | | | | | | - Define NO_RECURSE to avoid stack problems. - Moved contents of RINIT hook to MINIT and removed RINIT. - Removed a couple of extraneous files. | ||||
* | - Added a new parameter to preg_match_* functions that can be used to | Andrei Zmievski | 2003-06-29 | 1 | -1/+1 |
| | | | | | | specify the offset to start matching from. - Added support for named subpatterns. | ||||
* | Upgrading PCRE library to version 4.3 | Andrei Zmievski | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Synced PHP_SETUP_OPENSSL with PHP_SETUP_ICONV and PHP_SETUP_LIBXML macros. | foobar | 2003-06-24 | 1 | -6/+14 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.29.2'. | SVN Migration | 2003-02-17 | 1 | -0/+123 |
| | |||||
* | MFH: Fix for bug #22131 | foobar | 2003-02-09 | 1 | -15/+14 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.29.2'. | SVN Migration | 2002-10-15 | 2163 | -658923/+0 |
| | |||||
* | Upgrade to version 3.92. | Andrei Zmievski | 2002-10-15 | 39 | -7064/+10999 |
| | |||||
* | Fixed the output_handler ini setting. | Ilia Alshanetsky | 2002-10-15 | 1 | -10/+6 |
| | | | | | Code cleanup. | ||||
* | Bug fixing news. | Ilia Alshanetsky | 2002-10-15 | 1 | -0/+1 |
| | |||||
* | Added tests for %e & %E | Ilia Alshanetsky | 2002-10-15 | 1 | -0/+10 |
| | |||||
* | Fixed bug #4232. (Added support for %e and %E to printf/sprintf) | Ilia Alshanetsky | 2002-10-15 | 1 | -0/+25 |
| | |||||
* | - Staying consistent with other tests | Derick Rethans | 2002-10-15 | 1 | -2/+2 |
| | |||||
* | Don't use streams-level buffer on zlib streams. | Wez Furlong | 2002-10-15 | 1 | -1/+3 |
| | |||||
* | Fixed possible memory leaks. | Ilia Alshanetsky | 2002-10-15 | 1 | -0/+8 |
| | |||||
* | Fix leak, and avoid initialization problems where retval is re-used | Wez Furlong | 2002-10-15 | 1 | -4/+13 |
| | | | | | within a function. | ||||
* | Try keep those moved/removed exts entry at top. | foobar | 2002-10-15 | 1 | -7/+6 |
| | |||||
* | Bug fixing news entries. | Ilia Alshanetsky | 2002-10-15 | 1 | -0/+2 |
| | |||||
* | Make this thing to compile with net-snmp-5.0.x | foobar | 2002-10-15 | 2 | -8/+55 |
| | |||||
* | NEWS update | 2002-10-15 | 1 | -0/+3 | |
| | |||||
* | remove ob_end_clean() and instead use ini section | Marcus Boerger | 2002-10-15 | 1 | -1/+2 |
| | | | | | | #Derick you're right this was no good idea. I just left it over after testing #the test. | ||||
* | ChangeLog update | 2002-10-15 | 2 | -0/+117 | |
| | |||||
* | MFZE1 | Ilia Alshanetsky | 2002-10-14 | 3 | -6/+12 |
| | |||||
* | This test should not print out the error (which is correct). | foobar | 2002-10-14 | 1 | -1/+3 |
| | |||||
* | Respect INSTALL_ROOT var. Thanks to Jani for catching this one. | Edin Kadribasic | 2002-10-14 | 1 | -2/+2 |
| | |||||
* | - Support new classname::$class_name, e.g.: | Andi Gutmans | 2002-10-14 | 2 | -35/+35 |
| | | | | | | | | | | | | | | <? class foo::bar { public $hello = "Hello, World\n"; } $name = "bar"; $obj = new foo::$name; print $obj->hello; ?> | ||||
* | * Fixed a nasty bug preventing installation of pecl exts. | Tal Peer | 2002-10-14 | 1 | -1/+2 |
| | |||||
* | Fixed bug #19649. | Ilia Alshanetsky | 2002-10-14 | 1 | -1/+5 |
| | |||||
* | Added float printing tests. | Ilia Alshanetsky | 2002-10-14 | 1 | -0/+4 |
| | |||||
* | Revert to 1.34. | Sebastian Bergmann | 2002-10-14 | 1 | -18/+18 |
| | |||||
* | Fixed a bug (introduced in previous patch) that caused non-double values to | Ilia Alshanetsky | 2002-10-14 | 1 | -0/+1 |
| | | | | | be converted to 0 by printf/sprint functions when %f format is specified. | ||||
* | Change the 'security level' of registry entries to PHP_INI_SYSTEM. They're | Zeev Suraski | 2002-10-14 | 2 | -1/+4 |
| | | | | | | in the system hive in the registry, so only people with administrative priveleges can add stuff in there. | ||||
* | - Revert, got tricked by a stale object file | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| | |||||
* | Fixed warnings | Yasuo Ohgaki | 2002-10-14 | 1 | -1/+1 |
| | |||||
* | Install lib into $(prefix)/lib. | Edin Kadribasic | 2002-10-14 | 1 | -2/+2 |
| | | | | | Make $(prefix)/lib before trying to copy the lib into it. | ||||
* | - Added the TEST_PHP_USER environment variable with which you can specify | Derick Rethans | 2002-10-14 | 1 | -1/+16 |
| | | | | | | | | | additional directories with tests to run. This is ideal for having your own test suite on your system. You can specify more directories by seperating them with a ",", for example: TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test | ||||
* | - Fix CLI | Derick Rethans | 2002-10-14 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes. | Sebastian Bergmann | 2002-10-14 | 1 | -18/+18 |
| | |||||
* | Fix Win32 build. | Sebastian Bergmann | 2002-10-14 | 1 | -3/+0 |
| | |||||
* | *cough* | Wez Furlong | 2002-10-14 | 1 | -2/+3 |
| | | | | | Fix inverted logic for the assert. | ||||
* | This is not zval.. | foobar | 2002-10-14 | 1 | -2/+2 |
| | |||||
* | @- fgets($fp) (with no length parameter) now uses a buffer as long as the | Wez Furlong | 2002-10-14 | 2 | -21/+29 |
| | | | | | | @ the next line available from the $fp. Previously, there was a 1KB limit. @ (Wez) | ||||
* | Add a sanity check and more verbose output in the case of an error. | Wez Furlong | 2002-10-14 | 1 | -1/+7 |
| | |||||
* | Implement better SSL error handling. | Wez Furlong | 2002-10-14 | 1 | -16/+122 |
| | |||||
* | NEWS update | 2002-10-14 | 1 | -0/+1 | |
| | |||||
* | ChangeLog update | 2002-10-14 | 2 | -0/+131 | |
| | |||||
* | Fix stream_eof result interpretation (and thus the user-streams test). | Wez Furlong | 2002-10-14 | 1 | -5/+6 |
| |