Andrey Hristov
dcc18b6d6f
fix problem on 64 bit - when asking for "l" supply long not int because
...
on 64 bit they differ and zend_parse_parameters makes a *(long*) cast
which means that if the variable is int 4 bytes of the variable(s)
declared before it (on the stack) will be overwritten. In this case
this is the length of the query -> made 0 and mysqli_query() returns
FALSE.
2005-08-06 16:15:53 +00:00
Frank M. Kromann
7675a85828
Fix for #32531
...
No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time.
2005-08-06 05:42:51 +00:00
2f4ee2fc86
ChangeLog update
2005-08-06 05:37:51 +00:00
Frank M. Kromann
806961aeee
Cleanup to match the current cvs version of ming0.3beta
2005-08-06 05:30:20 +00:00
foobar
91860cf594
No HTML output if html_errors is off (bug #34006 )
2005-08-05 22:37:48 +00:00
foobar
894237d531
Fix compile failure with GCC 4.0.x
2005-08-05 22:28:23 +00:00
foobar
8864ad2606
- This ini option is only effective when set in php.ini or httpd.conf
...
or .htacces, etc. as GPC variables are set before any ini_set() is called
2005-08-05 21:44:26 +00:00
foobar
4b0c39887c
- Fixed bug #34015
...
# Whatever this test was supposed to try to test...sheesh..
2005-08-05 20:38:50 +00:00
Anantha Kesari H Y
9270751a7f
NetWare specific stat structure issues.
...
--Kamesh
2005-08-05 14:03:57 +00:00
Dmitry Stogov
32d69c853a
Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument)
2005-08-05 09:35:09 +00:00
foobar
3982f722c2
Skip test on solaris
2005-08-05 09:19:43 +00:00
Dmitry Stogov
c10d6d3c89
Fixed bug #33999 (object remains object when cast to int)
2005-08-05 09:02:14 +00:00
foobar
d77c684c42
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
...
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
2005-08-05 08:14:54 +00:00
Dmitry Stogov
a744a6feb5
Fixed memory leak in foreach() on undefined variable (Zend/tests/foreach_undefined.php)
2005-08-05 06:29:46 +00:00
85d77d8cea
ChangeLog update
2005-08-05 05:40:03 +00:00
Wez Furlong
7ba278b7b2
test -e doesn't work on solaris
2005-08-04 16:57:15 +00:00
Derick Rethans
f3d9a1adbd
- Update TODO
2005-08-04 14:59:29 +00:00
Antony Dovgal
b87970a956
add test for the last Dmitry's fix
2005-08-04 14:12:07 +00:00
Dmitry Stogov
aafc593eb5
Fixed possible memory corryption during compilation of <?php foreach($a as $b); ?>
2005-08-04 14:04:36 +00:00
Dmitry Stogov
98e70ab585
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
2005-08-04 10:34:39 +00:00
Dmitry Stogov
23e4102e95
Fixed clone bug in ze1_compatibilty mode
2005-08-04 08:36:54 +00:00
3887a6e835
ChangeLog update
2005-08-04 05:49:41 +00:00
Ilia Alshanetsky
ecc34bddcc
Fixed memory leak.
2005-08-03 18:26:16 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
ce32c4ece7
update credits
2005-08-03 13:47:34 +00:00
foobar
916815b779
Bump up the year
2005-08-03 13:30:58 +00:00
foobar
b732622dfa
Nuked DOS EOLs
2005-08-03 13:29:00 +00:00
foobar
b711486feb
Bump up year
2005-08-03 13:28:14 +00:00
foobar
20241fe16a
- 2004 -> 2005
2005-08-03 11:12:19 +00:00
d1623186d5
ChangeLog update
2005-08-03 05:36:05 +00:00
Derick Rethans
ef28855f4e
- Fix test.
2005-08-02 21:16:05 +00:00
Hartmut Holzgraefe
46a669b7fa
make skipif test use ini options specified by -d command line options
2005-08-02 17:05:01 +00:00
Dmitry Stogov
650cdaed12
Fixed bug #33942 (the patch to #33156 crash cygwin except cli)
2005-08-02 17:01:17 +00:00
Ilia Alshanetsky
990f7043d9
Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)
2005-08-02 17:01:05 +00:00
foobar
9f6e05964f
- Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)
2005-08-02 16:31:53 +00:00
foobar
3593a55341
fix test when include_path does NOT have . in it
2005-08-02 15:13:21 +00:00
Dmitry Stogov
b529831df8
Removed warnings
2005-08-02 12:11:55 +00:00
Dmitry Stogov
c9571d7786
Fixed ZTS build
2005-08-02 11:15:42 +00:00
foobar
71df205907
BFN
2005-08-02 06:33:51 +00:00
cc3ceea197
ChangeLog update
2005-08-02 05:39:06 +00:00
Marcus Boerger
cf7089972f
- Need to expose this one too
2005-08-02 02:20:01 +00:00
Marcus Boerger
fb5f1b7fad
- Update version info
2005-08-02 00:00:41 +00:00
Edin Kadribasic
88fcc4859f
Allow building gd on windows systems without t1lib (M. Sisolak) #33620
2005-08-01 21:57:09 +00:00
Edin Kadribasic
d8cf02edb3
Allow building against the latest cclient
2005-08-01 20:55:31 +00:00
Dmitry Stogov
1066066436
Allow SOAP work when allow_url_fopen is turned off.
2005-08-01 11:38:02 +00:00
Dmitry Stogov
cf6bb99723
Fixed bug #33723 (php_value overrides php_admin_value)
2005-08-01 07:46:54 +00:00
Derick Rethans
a5efa0d4c3
- Fixed testcase.
2005-08-01 07:38:20 +00:00
560ac37280
ChangeLog update
2005-08-01 05:39:34 +00:00
foobar
a78730c257
Added test for bug #27908
2005-07-31 21:59:01 +00:00
foobar
ac19a759b6
- Fix test.
2005-07-31 21:18:16 +00:00